home *** CD-ROM | disk | FTP | other *** search
/ Chronicles of Narnia, The…) (Electronic Press Kit) / Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (Europe) (Electronic Press Kit).bin / bv_n_menu_fi.swf / scripts / DefineSprite_16 / frame_3 / DoAction.as
Text File  |  2005-10-03  |  106b  |  10 lines

  1. if(this.overState != 1)
  2. {
  3.    gotoAndStop("start");
  4.    play();
  5. }
  6. else
  7. {
  8.    gotoAndStop("stop");
  9. }
  10.